home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MT224EC.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  48 lines

  1. ; Multi-Tech MultiModem 224EC / 224PC  W/MNP
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;       Switch Bank 1 OPEN
  6. ;                   2 *    \__ Sets COM Port
  7. ;                   3 *    /
  8. ;
  9. ;       224EC:   Switches on Back of Edgecard
  10. ;                   1 OPEN (Up)
  11. ;                   2 OPEN (Up)
  12. ;                   3 CLOSED (Down)
  13. ;                   4 CLOSED (Down)
  14. ;
  15. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  16. ; program, type the following lines and press ENTER after each.  Then
  17. ; exit and restart TE/2.
  18. ;
  19. ;       AT&F
  20. ;       AT&E1&E4&15
  21. ;       AT$MB2400$SB9600$BA0&W0
  22. ;
  23. ; NOTES: Set ALL dialing directory entries to 9600 baud
  24. ;        Data compression is enabled via AT&E15
  25.  
  26. Baud          9600
  27. Parity        N
  28. WordLen       8
  29. StopBits      1
  30.  
  31. XonXoff       BOTH
  32. CtsRts        BOTH
  33. MatchBaud     FALSE
  34.  
  35. ModemInitStrg ATZ^M
  36. ModemDialStrg ATDT
  37. ModemDialSufx ^M
  38. ModemHangStrg ;
  39. DTRHangup     TRUE
  40.  
  41. Connect       CONNECT,9600
  42.  
  43. NoConnect     NO_DIALTONE
  44. NoConnect     NO_CARRIER
  45. NoConnect     BUSY
  46. NoConnect     VOICE
  47.  
  48.